home *** CD-ROM | disk | FTP | other *** search
- I gave up waiting for a G4 card and finally got a replacement for my dead
- CSPPC card. Now I'm updating some of my previous work.
-
- Note that the current development has been done under AmigaOS 3.9, and
- WarpOS version 16 of the PowerPC.library (version 5.0 of Warp.library).
- I haven't tested this under earlier versions, but don't believe I've
- made any changes that would cause a failure under earlier systems.
-
-
- This archive SManWOSB2.lha contains the following files:
-
- 1) This ReadMe.First file
- 2) SMan.guide (It hasn't been revised and may not be accurate.)
- 3) SManWOS and SManWOS.info
-
- In the Source directory
- 4) SManWOS.c
- 5) Packer.c
- 6) Save.c
- 7) LUP2.c (C source for the algorithm than handles fractional powers,
- and powers greater than 7.
- 8) ULP2.asm - ULP7.asm (asm source for the Mandelbrot algorithm, that
- decides on the pixel color)
- 9) LinkWOS Used instead of a makefile.
-
- The following in the Source directory are not actually used in this release,
- but were part of the development process.
-
- 10) ULP2.c Handled the n = 2 part of the Mandelbrot algorithm.
- 11) ULP2.asm.org The output of vbcc from ULP2.c
- 12) UseLib.c Not actually used in this version, but was a part of
- earlier versions. It has been used as a model for ULP3.asm through
- ULP7.asm.
-
- The source directory has only been included for educational purposes.
-
-
- Note that this is my second release of anything that runs under WarpOS.
- Note also that I've been using vbcc for the WarpOS version of SMan.
- Save.c (and possibly Packer.c) contains includes probably not in the
- standard include:, which was from Sas version 6.58 for me.
-
-
- My special thanks to the following people/companies that have made this
- possible:
-
-
- Phase 5 for having designed the CyberStormPPC that I'm using in this
- development (and DCE for making the replacement card). We need
- companies to continue with hardware manufacture for the Amiga.
-
- Sam Jordan from Haage and Partners for WarpOS, not to mention all
- the useful programming hints he's provided for developers along with
- the release of WarpOS.
-
- Frank Wille for the release of the WarpOS versions of vbcc, and his
- help in the details of linking assembler code with C code using it.
-
- Note that before starting on the conversion for SMan to WarpOS, I'd
- never done any assembler programming for the PowerPC chip. My work
- on this was done by starting with the asm code generated by vbcc and
- editing it to work more efficiently than that generated by vbcc.
- This has provided a significant, although not overwhelming
- improvement in speed. That is, image generation is typically
- between 3 and 4 times as fast with the tweaked assembler code, as
- otherwise. This may still not be as fast as Cybermand(I assume by
- Sam Jordan, or his colleagues), but is reasonably fast, and should
- work on the Workbench with any color depth. I don't have an AGA
- Amiga and don't know about whether it works in that mode, but it does
- work in any CyberGraphX mode, and even works with 16 color NTSC High
- Res Laced. I wouldn't recommend that though, as it's so much slower
- than CyberGraphX, not to mention the limitation in colors.
- Futhermore, it's limited to one palette, and a rather poor one at
- that.
-
- The assembler work has been extended to include z^n + z -> z for
- n < 8 algorithms. LUP2.c has not been converted, as the biggest
- slow-down is with the transcendental functions (primarily arctan), and
- it's unlikely that I could improve that significantly over the ppcmath
- library.
-
- Note that I'd also like to thank CyberGraphX, and especially Frank
- Mariak, who has always been helpful in answering questions about
- CyberGraphics. Note that a MorphOS version will be forthcoming
- shortly. Frank Mariak is one of those working on that project.
-
- Note that when using a Workbench with a CyberGraphX screen of more
- than 8 bit depth, the image is displayed only when the complete image
- has been generated within a buffer, whereas with a depth of 8 or less,
- the image is updated at the end of each scan line within the window.
- In the former case, the function WritePixelArray is used to display
- the image, and in the latter, WritePixelLine8 is used.
-
- Please tell me whether or not SManWOSB2 works on your system.
- I would be interested as to whether it works on other PowerPC cards
- than those by Phase 5 as well.
-
- Note that all timing for the generation of the image is only for processing
- time, and not display time.
-
-
-
- E-mail to me (dmckinstry@ewu.edu) any reports, questions, etc.
-
- Thanks,
-
- Dave McKinstry
-